home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- rem This batch file builds the example program
- rem using the Borland C compiler. It assumes that the
- rem INCLUDE and LIB environment variables are set properly for Borland C.
-
- rem The model used here is the Small model.
- rem To change the model, use -mX where X is one of m, c, l
- rem for Medium, Compact, and Large respectively and then
- rem use the msc\Xfexpand.lib where X is also M, C, L.
-
- bcc -I..\include -ms example2.c ..\libbcc\Sfexpand.lib
-